All Questions
3 questions
0votes
0answers
81views
What is the correct way of setting and then differentiating between paid and free user in Firebase / Firestore?
I am developing a mobile application that will have both free and paid versions. The way I see how I could differentiate between what is a paid and free user is to set a property isPaid on their ...
2votes
1answer
156views
Where should my method(s) that connect to DynamoDB go?
I'm a Java developer working on a new module for my app that connects to, inserts, and updates DynamoDB information. For a lot of our projects, I used an MVC design pattern with a service layer to ...
0votes
1answer
256views
What are the consequences of eliminating the ORM/ODM in a NoSQL based system?
In Martin Fowler's article OrmHate, he states the following: If you have an application problem that maps well to a NoSQL data model - such as aggregates or graphs - then you can avoid the nastiness ...